toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.settings
/
DataSetSetting
Data
Set
Setting
abstract
class
DataSetSetting
:
CoreObject
Members
Constructors
Data
Set
Setting
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
DataSetSetting.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
DataSetSetting
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
last
Updated
Link copied to clipboard
@
Nullable
abstract
fun
lastUpdated
(
)
:
Date
name
Link copied to clipboard
@
Nullable
abstract
fun
name
(
)
:
String
period
DSDBTrimming
Link copied to clipboard
@
Nullable
abstract
fun
periodDSDBTrimming
(
)
:
Integer
period
DSDownload
Link copied to clipboard
@
Nullable
abstract
fun
periodDSDownload
(
)
:
Integer
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
DataSetSetting.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
uid
Link copied to clipboard
@
Nullable
abstract
fun
uid
(
)
:
String